home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Aventura / dexter.swf / scripts / DefineButton2_322 / BUTTONCONDACTION on(rollOut).as < prev    next >
Encoding:
Text File  |  2003-10-24  |  95 b   |  8 lines

  1. on(rollOut){
  2.    tellTarget("text")
  3.    {
  4.       gotoAndStop("hide");
  5.       play();
  6.    }
  7. }
  8.